Array Object
The Array object is used to create and manipulate a single-dimensional array of items whose size is dynamically increased as required. Jagged arrays (storing one CxScript.Array as an element of another CxScript.Array) are also supported.
Declare the object using the following code:
|
CreateObject("CxScript.Array") |
More:


